1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmDocument
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDocument))
30         Me.Panel1 = New System.Windows.Forms.Panel()
31         Me.txtID = New System.Windows.Forms.TextBox()
32         Me.lblUser = New System.Windows.Forms.Label()
33         Me.Panel3 = New System.Windows.Forms.Panel()
34         Me.btnDelete = New System.Windows.Forms.Button()
35         Me.btnClose = New System.Windows.Forms.Button()
36         Me.btnUpdate = New System.Windows.Forms.Button()
37         Me.btnSave = New System.Windows.Forms.Button()
38         Me.btnNew = New System.Windows.Forms.Button()
39         Me.Panel4 = New System.Windows.Forms.Panel()
40         Me.Label3 = New System.Windows.Forms.Label()
41         Me.txtDocument = New System.Windows.Forms.TextBox()
42         Me.dgw = New System.Windows.Forms.DataGridView()
43         Me.Panel2 = New System.Windows.Forms.Panel()
44         Me.Label1 = New System.Windows.Forms.Label()
45         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
46         Me.Description = New System.Windows.Forms.DataGridViewTextBoxColumn()
47         Me.Panel1.SuspendLayout()
48         Me.Panel3.SuspendLayout()
49         Me.Panel4.SuspendLayout()
50         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
51         Me.Panel2.SuspendLayout()
52         Me.SuspendLayout()
53         
'
54         
'Panel1
55         
'
56         Me.Panel1.BackColor = System.Drawing.Color.White
57         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
58         Me.Panel1.Controls.Add(Me.txtID)
59         Me.Panel1.Controls.Add(Me.lblUser)
60         Me.Panel1.Controls.Add(Me.Panel3)
61         Me.Panel1.Controls.Add(Me.Panel4)
62         Me.Panel1.Controls.Add(Me.dgw)
63         Me.Panel1.Controls.Add(Me.Panel2)
64         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
65         Me.Panel1.Name =
"Panel1"
66         Me.Panel1.Size = New System.Drawing.Size(
346, 375)
67         Me.Panel1.TabIndex =
2
68         
'
69         
'txtID
70         
'
71         Me.txtID.Location = New System.Drawing.Point(
224, 281)
72         Me.txtID.Name =
"txtID"
73         Me.txtID.Size = New System.Drawing.Size(
81, 20)
74         Me.txtID.TabIndex =
44
75         Me.txtID.Visible = False
76         
'
77         
'lblUser
78         
'
79         Me.lblUser.AutoSize = True
80         Me.lblUser.Location = New System.Drawing.Point(
266, 254)
81         Me.lblUser.Name =
"lblUser"
82         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
83         Me.lblUser.TabIndex =
43
84         Me.lblUser.Text =
"Label8"
85         Me.lblUser.Visible = False
86         
'
87         
'Panel3
88         
'
89         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
90         Me.Panel3.Controls.Add(Me.btnDelete)
91         Me.Panel3.Controls.Add(Me.btnClose)
92         Me.Panel3.Controls.Add(Me.btnUpdate)
93         Me.Panel3.Controls.Add(Me.btnSave)
94         Me.Panel3.Controls.Add(Me.btnNew)
95         Me.Panel3.Location = New System.Drawing.Point(
224, 75)
96         Me.Panel3.Name =
"Panel3"
97         Me.Panel3.Size = New System.Drawing.Size(
111, 174)
98         Me.Panel3.TabIndex =
41
99         
'
100         
'btnDelete
101         
'
102         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
103         Me.btnDelete.Enabled = False
104         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
105         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
106         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
107         Me.btnDelete.Name =
"btnDelete"
108         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
109         Me.btnDelete.TabIndex =
3
110         Me.btnDelete.Text =
"Delete"
111         Me.btnDelete.UseVisualStyleBackColor = True
112         
'
113         
'btnClose
114         
'
115         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
116         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
117         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
118         Me.btnClose.Location = New System.Drawing.Point(
13, 134)
119         Me.btnClose.Name =
"btnClose"
120         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
121         Me.btnClose.TabIndex =
4
122         Me.btnClose.Text =
"Close"
123         Me.btnClose.UseVisualStyleBackColor = True
124         
'
125         
'btnUpdate
126         
'
127         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
128         Me.btnUpdate.Enabled = False
129         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
130         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
131         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
132         Me.btnUpdate.Name =
"btnUpdate"
133         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
134         Me.btnUpdate.TabIndex =
2
135         Me.btnUpdate.Text =
"Update"
136         Me.btnUpdate.UseVisualStyleBackColor = True
137         
'
138         
'btnSave
139         
'
140         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
141         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
142         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
143         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
144         Me.btnSave.Name =
"btnSave"
145         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
146         Me.btnSave.TabIndex =
1
147         Me.btnSave.Text =
"Save"
148         Me.btnSave.UseVisualStyleBackColor = True
149         
'
150         
'btnNew
151         
'
152         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
153         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
154         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
155         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
156         Me.btnNew.Name =
"btnNew"
157         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
158         Me.btnNew.TabIndex =
0
159         Me.btnNew.Text =
"New"
160         Me.btnNew.UseVisualStyleBackColor = True
161         
'
162         
'Panel4
163         
'
164         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
165         Me.Panel4.Controls.Add(Me.Label3)
166         Me.Panel4.Controls.Add(Me.txtDocument)
167         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
168         Me.Panel4.Location = New System.Drawing.Point(
9, 307)
169         Me.Panel4.Name =
"Panel4"
170         Me.Panel4.Size = New System.Drawing.Size(
248, 51)
171         Me.Panel4.TabIndex =
0
172         
'
173         
'Label3
174         
'
175         Me.Label3.AutoSize = True
176         Me.Label3.Location = New System.Drawing.Point(
8, 14)
177         Me.Label3.Name =
"Label3"
178         Me.Label3.Size = New System.Drawing.Size(
70, 15)
179         Me.Label3.TabIndex =
0
180         Me.Label3.Text =
"Document :"
181         
'
182         
'txtDocument
183         
'
184         Me.txtDocument.BackColor = System.Drawing.Color.White
185         Me.txtDocument.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
186         Me.txtDocument.Location = New System.Drawing.Point(
88, 14)
187         Me.txtDocument.Name =
"txtDocument"
188         Me.txtDocument.Size = New System.Drawing.Size(
143, 21)
189         Me.txtDocument.TabIndex =
0
190         
'
191         
'dgw
192         
'
193         Me.dgw.AllowUserToAddRows = False
194         Me.dgw.AllowUserToDeleteRows = False
195         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
196         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
197         Me.dgw.BackgroundColor = System.Drawing.Color.White
198         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
199         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
200         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
201         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
202         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
203         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
204         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
205         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
206         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
207         Me.dgw.ColumnHeadersHeight =
24
208         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Description})
209         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
210         Me.dgw.EnableHeadersVisualStyles = False
211         Me.dgw.GridColor = System.Drawing.Color.White
212         Me.dgw.Location = New System.Drawing.Point(
9, 75)
213         Me.dgw.MultiSelect = False
214         Me.dgw.Name =
"dgw"
215         Me.dgw.ReadOnly = True
216         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
217         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
218         DataGridViewCellStyle3.BackColor = System.Drawing.Color.CadetBlue
219         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
220         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText
221         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.DarkSlateGray
222         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
223         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
224         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
225         Me.dgw.RowHeadersWidth =
25
226         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
227         DataGridViewCellStyle4.BackColor = System.Drawing.Color.White
228         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
229         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
230         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.White
231         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle4
232         Me.dgw.RowTemplate.Height =
18
233         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
234         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
235         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
236         Me.dgw.Size = New System.Drawing.Size(
204, 226)
237         Me.dgw.TabIndex =
40
238         
'
239         
'Panel2
240         
'
241         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
242         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
243         Me.Panel2.Controls.Add(Me.Label1)
244         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
245         Me.Panel2.Name =
"Panel2"
246         Me.Panel2.Size = New System.Drawing.Size(
326, 62)
247         Me.Panel2.TabIndex =
0
248         
'
249         
'Label1
250         
'
251         Me.Label1.AutoSize = True
252         Me.Label1.BackColor = System.Drawing.Color.Transparent
253         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
254         Me.Label1.ForeColor = System.Drawing.Color.White
255         Me.Label1.Location = New System.Drawing.Point(
67, 18)
256         Me.Label1.Name =
"Label1"
257         Me.Label1.Size = New System.Drawing.Size(
165, 24)
258         Me.Label1.TabIndex =
0
259         Me.Label1.Text =
"List of Document"
260         
'
261         
'Column1
262         
'
263         Me.Column1.HeaderText =
"ID"
264         Me.Column1.Name =
"Column1"
265         Me.Column1.ReadOnly = True
266         Me.Column1.Visible = False
267         
'
268         
'Description
269         
'
270         Me.Description.HeaderText =
"Document"
271         Me.Description.Name =
"Description"
272         Me.Description.ReadOnly = True
273         Me.Description.Width =
175
274         
'
275         
'frmDocument
276         
'
277         Me.AcceptButton = Me.btnSave
278         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
279         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
280         Me.BackColor = System.Drawing.Color.DarkSlateGray
281         Me.ClientSize = New System.Drawing.Size(
369, 403)
282         Me.Controls.Add(Me.Panel1)
283         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
284         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
285         Me.MaximizeBox = False
286         Me.MinimizeBox = False
287         Me.Name =
"frmDocument"
288         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
289         Me.Panel1.ResumeLayout(False)
290         Me.Panel1.PerformLayout()
291         Me.Panel3.ResumeLayout(False)
292         Me.Panel4.ResumeLayout(False)
293         Me.Panel4.PerformLayout()
294         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
295         Me.Panel2.ResumeLayout(False)
296         Me.Panel2.PerformLayout()
297         Me.ResumeLayout(False)
298
299     End Sub
300     Friend WithEvents Panel1 As System.Windows.Forms.Panel
301     Friend WithEvents Panel4 As System.Windows.Forms.Panel
302     Friend WithEvents Label3 As System.Windows.Forms.Label
303     Friend WithEvents txtDocument As System.Windows.Forms.TextBox
304     Friend WithEvents dgw As System.Windows.Forms.DataGridView
305     Friend WithEvents Panel2 As System.Windows.Forms.Panel
306     Friend WithEvents Label1 As System.Windows.Forms.Label
307     Friend WithEvents Panel3 As System.Windows.Forms.Panel
308     Friend WithEvents btnDelete As System.Windows.Forms.Button
309     Friend WithEvents btnClose As System.Windows.Forms.Button
310     Friend WithEvents btnUpdate As System.Windows.Forms.Button
311     Friend WithEvents btnSave As System.Windows.Forms.Button
312     Friend WithEvents btnNew As System.Windows.Forms.Button
313     Friend WithEvents txtID As System.Windows.Forms.TextBox
314     Friend WithEvents lblUser As System.Windows.Forms.Label
315     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
316     Friend WithEvents Description As System.Windows.Forms.DataGridViewTextBoxColumn
317
318 End Class


Gõ tìm kiếm nhanh...